Confidential Ledger Certificate (preview:2024-12-09)

2025/10/09 • 1 new methods

GetLedgerIdentity (new)
Description Gets identity information for a Confidential Ledger instance.
Reference Link ¶

⚼ Request

GET:  /ledgerIdentity/{ledgerId}
{
api-version: string ,
ledgerId: string ,
}

⚐ Response (200)

{
ledgerId: string ,
ledgerTlsCertificate: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}